Next: Misc, Previous: Hidden Buffers and Files, Up: Top [Contents][Index]
You can customize the ido group to change Ido
functionality:
M-x customize-group RET ido RET
or customize a certain variable:
M-x customize-variable RET ido-xxxxx
To modify the keybindings, use the
ido-setup-hook. For example:
(add-hook 'ido-setup-hook 'ido-my-keys) (defun ido-my-keys () "Add my keybindings for Ido." (define-key ido-completion-map " " 'ido-next-match))
| • Changing List Order: | Changing the list of files. | |
| • Find File At Point: | Make Ido guess the context. | |
| • Ignoring: | Ignorance is bliss. | |
| • Misc Customization: | Miscellaneous customization for Ido. |